dsh-graph-monitor:定义并实时可视化 DSH 中的 GRAPH 工作流

`asakumizy/dsh-graph-monitor` 是 DSH 插件生态中用于解决工作流黑盒问题的工具,它将 LangGraph 风格的工作流定义为可编辑、可运行的对象,并实现执行过程的实时可视化。该插件支持通过 SVG 渲染分层拓扑图,利用颜色和动画实时区分当前、完成及失败节点状态,并提供节点详情查看功能以辅助调试。核心能力包括自定义 Workflow JSON 编辑与保存、运行历史回看,以及通过 `/workflow` 命令或工具在对话中集成运行。它支持 `simulated` 和 `real` 两种执行后端,后者可绑定 DSH 真实能力并在缺失时自动回退。此外,插件具备控制流原语

Read More
dsh-flowglass: Real-Time Session Flow Diagram Plugin for DeepSeek Harness

dsh-flowglass is a real-time conversation flowchart plugin for DeepSeek Harness, designed to address the challenge of intuitively visualizing tool calls and sub-agent execution progress within linear message streams. Maintained by Iwctwbh under the MIT license, it requires Node.js >=22.19. Its core functionality includes rendering conversations into three-lane swimlanes, clearly distinguishing user, assistant backbone, and the initiation/return of tool calls; supporting the expansion, layer-by-layer drilling, and breadcrumb navigation of sub-agent branches; enabling grouped display and status highlighting for parallel calls; and providing a comprehensive detail view with parameters, results, and token information, along with Markdown rendering and one-click copying. The plugin refreshes silently every 2 seconds by default and automatically pauses when the page is not visible. Installation is performed via the `dsh plugin` command, compatible with d...

Read More